home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / RPCBOOT / !RPCBootEd / PreDesktop < prev    next >
Text File  |  1995-02-13  |  2KB  |  96 lines

  1. |Start Acorn !Boot 0.26 comments
  2. | Pre Desktop setup activities. This file gets Obeyed before the desktop starts.
  3. |
  4. | When modifying the file by adding a section of lines it is recommended that
  5. | the lines be bracketed by lines which start with |Start and |End. In this way
  6. | it is easy to identify sections of line which shouldn't be broken up. For
  7. | application writers who want to install a section of lines we advise that
  8. | your company, application, version and section be identified. This enables
  9. | a future install or update program to easily identify the section of lines
  10. | which needs changing.
  11. |End
  12.  
  13. |Start Acorn !Boot 0.26 Aliases
  14. | -------------------
  15. |
  16. |       Aliases
  17. |
  18. | -------------------
  19. |
  20. | Add more command aliases here.
  21. |
  22. | Here are some examples that might be added:
  23. | Alias Basic Basic64 %%*0
  24. | Alias Mode Echo |<22>|<%%0>
  25. |
  26. Set Alias$Alias Set Alias$%%0 %%*1
  27. Alias UnAlias Unset Alias$%%0
  28. Alias Path Set %%0$Path %%1
  29. Alias PathMacro SetMacro %%0$Path %%1
  30. |End
  31.  
  32. |Start Acorn !Boot 0.26 Paths
  33. | -------------------
  34. |
  35. |       Paths
  36. |
  37. | -------------------
  38. |
  39. | Add more paths here.
  40. |
  41. | The macros Path and PathMacro are available:
  42. | Path <name> <path>            sets <name>$Path to <path> GSTransed.
  43. | PathMacro <name> <path>       sets <name>$Path (macro) to <path> un-
  44. |                                       GSTransed
  45. |
  46. | Here are some example paths that might be useful:
  47. | Set CLib$Dir ADFS::HardDisc.$.CLib
  48. | PathMacro CLib <CLib$Dir>.
  49. | Path BASIC ADFS::MyDisc.$.BasicLib.
  50. |
  51. PathMacro Run ,%.,Boot:Library.
  52. |End
  53.  
  54. |Start Acorn !Boot 0.26 Options
  55. | -------------------
  56. |
  57. |       Options
  58. |
  59. | -------------------
  60. |
  61. | Add/change options here. This is for options which don't have other places
  62. | to be set up.
  63. |
  64. | Here are some example options which might be useful:
  65. | Set NFS$TruncateLength 999999
  66. | Set Copy$Options "A ~C ~D F N L ~P Q R ~S ~T ~V"
  67. |
  68. IfThere Boot:Utils.BandLimit Then Run Boot:Utils.BandLimit
  69. |End
  70.  
  71. |Start Acorn !Boot 0.26 ResApps
  72. | -------------------
  73. |
  74. |       ResApps
  75. |
  76. | -------------------
  77. |
  78. | More applications to appear in Resources can be added here.
  79. |
  80. |AddApp Boot:^.Apps.!*
  81. |End
  82.  
  83. |Start Acorn !Boot 0.26 Miscellaneous options
  84. | -------------------
  85. |
  86. |       Misc
  87. |
  88. | -------------------
  89. |
  90. | Put other things which need setting up here.
  91. |
  92. |End
  93.  
  94. |Start RPCBootEd 1.00 (12-Feb-95)
  95. |End
  96.